www.gusucode.com > tpframe PHP开发框架 v2.2PHP源码程序 > tpframe PHP开发框架 v2.2/tpframe_v2.2.0618/tpframe_v2.2.0618/data/runtime/temp/df842a1d4f3a6bf9836764f6d54bbdcc.php

    <?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:37:"addon/apidoc/view/doc_cate\index.html";i:1527214657;}*/ ?>
<?php
use tpfcore\Core;
?>
<!doctype html>
<html>
	<head>
		<meta charset="utf-8">
		<!-- Set render engine for 360 browser -->
		<meta name="renderer" content="webkit">
		<meta http-equiv="X-UA-Compatible" content="IE=edge">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<!-- HTML5 shim for IE8 support of HTML5 elements -->
		<!--[if lt IE 9]>
			<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js">
			</script>
		<![endif]-->
		<link href="<?php echo $admin_assets_path; ?>/css/theme.min.css" rel="stylesheet">
		<link href="<?php echo $admin_assets_path; ?>/css/simplebootadmin.css" rel="stylesheet">
		<link href="<?php echo $admin_assets_path; ?>/css/default.css" rel="stylesheet" />
		<link href="<?php echo $admin_assets_path; ?>/css/font-awesome.min.css"
		rel="stylesheet" type="text/css">
		<style>
			.length_3{width: 180px;} form .input-order{margin-bottom: 0px;padding:3px;width:40px;}
			.table-actions{margin-top: 5px; margin-bottom: 5px;padding:0px;} .table-list{margin-bottom:
			0px;}
		</style>
		<!--[if IE 7]>
			<link rel="stylesheet" href="<?php echo $admin_assets_path; ?>/css/font-awesome-ie7.min.css">
		<![endif]-->
		<script type="text/javascript">
			//全局变量
			var GV = {
				WEB_ROOT:"",
				DIMAUB: "/",
				JS_ROOT: "/theme/backend/assets/js/",
				TOKEN: ""
			};
		</script>
		<!-- Le javascript==================================================-
		-> <!-- Placed at the end of the document so the pages load faster -->
		<script src="<?php echo $admin_assets_path; ?>/js/jquery.js"></script>
		<script src="<?php echo $admin_assets_path; ?>/js/wind.js"></script>
		<script src="<?php echo $admin_assets_path; ?>/js/bootstrap.min.js"></script>
		<link rel="stylesheet" href="<?php echo $admin_assets_path; ?>/js/treeTable/treeTable.css?v=">
	</head>
	<body>
		<div class="wrap js-check-wrap">
		<ul class="nav nav-tabs">
			<li class="active"><a href="<?php echo url('DocCate/index',['item_id'=>$item_id]); ?>">分类管理</a></li>
			<li><a href="<?php echo url('DocCate/add',['item_id'=>$item_id]); ?>">添加分类</a></li>
		</ul>
		<form class="js-ajax-form" action="" method="post">
			<table class="table table-hover table-bordered table-list treeTable" id="Categorys-table">
				<thead>
					<tr>
						<th width="50">ID</th>
						<th>分类名称</th>
						<th width="80">排序</th>
						<th width="80">状态</th>
						<th width="180">操作</th>
					</tr>
				</thead>
				<tbody>
					<?php echo $categorys; ?>			
				</tbody>
			</table>
		</form>
	</div>
	<script src="<?php echo $admin_assets_path; ?>/js/common.js"></script>
	</body>

</html>